LC_EVENT_GRIPMOVE Home

LiteCAD generates LC_EVENT_GRIPMOVE event when a user has moved entity's grip.
The following properties are used for this event type:

Property Description
LC_PROP_EVENT_TYPE Value LC_EVENT_GRIPMOVE
LC_PROP_EVENT_WND Handle to a graphics window
LC_PROP_EVENT_DRW Handle to a drawing
LC_PROP_EVENT_BLOCK Handle to a block which contains the entity
LC_PROP_EVENT_ENTITY Handle to the entity which owns the moved grip.
LC_PROP_EVENT_FLOAT1
LC_PROP_EVENT_FLOAT2
X,Y coordinates of the new grip position (drawing coordinate space)
LC_PROP_EVENT_FLOAT3 New angle of the grip
LC_PROP_EVENT_FLOAT4
LC_PROP_EVENT_FLOAT5
X,Y coordinates of the grip basepoint (drawing coordinate space)
LC_PROP_EVENT_INT1 Index of the grip
LC_PROP_EVENT_INT2 Grip type
LC_PROP_EVENT_INT3 State of Shift key: 1-pressed, 0-released
LC_PROP_EVENT_INT4 State of Ctrl key: 1-pressed, 0-released